home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Util / F-Fi / FileFinder.cpt / FileFinder 1.0 / FileFinder 1.0 / background_25583.txt < prev    next >
Encoding:
Text File  |  1989-01-23  |  5.6 KB  |  285 lines

  1. -- background: 25583 from stack: in.0
  2. -- bmap block id: 4163
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: phoneback
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12.  
  13.  
  14. -- part 5 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=127 top=293 right=318 bottom=154
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 1014 / 1014
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: Prev
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   visual effect wipe right
  29.   go to previous card of this background
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 6 (button)
  35. -- low flags: 00
  36. -- high flags: 2000
  37. -- rect: left=155 top=293 right=318 bottom=182
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 1013 / 1013
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: Next
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   visual effect wipe left
  49.   go to next card of this background
  50.  
  51. end mouseUp
  52.  
  53.  
  54.  
  55.  
  56.  
  57. -- part 12 (button)
  58. -- low flags: 00
  59. -- high flags: 2000
  60. -- rect: left=446 top=293 right=321 bottom=483
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 1012 / 1012
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Return
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect iris close
  72.   pop card
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 13 (field)
  78. -- low flags: 00
  79. -- high flags: 4000
  80. -- rect: left=278 top=55 right=72 bottom=473
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 0
  84. -- font id: 3
  85. -- text size: 10
  86. -- style flags: 0
  87. -- line height: 13
  88. -- part name: 
  89.  
  90.  
  91. -- part 14 (field)
  92. -- low flags: 00
  93. -- high flags: 4000
  94. -- rect: left=279 top=94 right=173 bottom=473
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 0
  98. -- font id: 3
  99. -- text size: 10
  100. -- style flags: 0
  101. -- line height: 13
  102. -- part name: 
  103.  
  104.  
  105. -- part 15 (field)
  106. -- low flags: 00
  107. -- high flags: 4000
  108. -- rect: left=279 top=201 right=218 bottom=407
  109. -- title width / last selected line: 0
  110. -- icon id / first selected line: 0 / 0
  111. -- text alignment: 0
  112. -- font id: 3
  113. -- text size: 10
  114. -- style flags: 0
  115. -- line height: 13
  116. -- part name: 
  117.  
  118.  
  119. -- part 17 (field)
  120. -- low flags: 00
  121. -- high flags: 4000
  122. -- rect: left=279 top=223 right=240 bottom=407
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 0
  126. -- font id: 3
  127. -- text size: 10
  128. -- style flags: 0
  129. -- line height: 13
  130. -- part name: 
  131.  
  132.  
  133. -- part 18 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=399 top=205 right=224 bottom=422
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 10610 / 10610
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: 
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   answer"Dial this number?" with "No" or "Yes"
  148.   if it is "Yes" then
  149.     put background field 3 into num
  150.     answer"Put phone up to Mac Speaker..." with "DIAL"
  151.     dial num
  152.   end if
  153.  
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part 19 (button)
  159. -- low flags: 00
  160. -- high flags: 0000
  161. -- rect: left=399 top=227 right=246 bottom=422
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 10610 / 10610
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: 
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   answer"Dial this number?" with "No" or "Yes"
  173.   if it is "Yes" then
  174.     put background field 4 into num
  175.     answer"Put phone up to Mac Speaker..." with "DIAL"
  176.     dial num
  177.   end if
  178.  
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 20 (field)
  184. -- low flags: 00
  185. -- high flags: 0007
  186. -- rect: left=39 top=51 right=291 bottom=235
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 0
  190. -- font id: 3
  191. -- text size: 10
  192. -- style flags: 0
  193. -- line height: 13
  194. -- part name: 
  195.  
  196.  
  197. -- part 21 (button)
  198. -- low flags: 00
  199. -- high flags: 2000
  200. -- rect: left=316 top=296 right=311 bottom=333
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 1018 / 1018
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: 
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   answer"Delete this card?" with "Yes" or "No"
  212.   if it is "Yes" then
  213.     domenu "Delete Card"
  214.     go to next card of background "DialIt"
  215.   end if
  216.  
  217. end mouseUp
  218.  
  219.  
  220.  
  221. -- part 23 (button)
  222. -- low flags: 00
  223. -- high flags: 2000
  224. -- rect: left=342 top=284 right=315 bottom=380
  225. -- title width / last selected line: 0
  226. -- icon id / first selected line: 20186 / 20186
  227. -- text alignment: 1
  228. -- font id: 0
  229. -- text size: 12
  230. -- style flags: 0
  231. -- line height: 16
  232. -- part name: 
  233. ----- HyperTalk script -----
  234. on mouseUp
  235.   answer"Sort?" with "Yes" or "Cancel"
  236.   if it is "Yes" then
  237.     sort by background field 1
  238.   end if
  239.   go to first card of background "DialIt"
  240. end mouseUp
  241.  
  242.  
  243.  
  244. -- part 24 (button)
  245. -- low flags: 00
  246. -- high flags: 2000
  247. -- rect: left=386 top=284 right=316 bottom=429
  248. -- title width / last selected line: 0
  249. -- icon id / first selected line: 32670 / 32670
  250. -- text alignment: 1
  251. -- font id: 0
  252. -- text size: 12
  253. -- style flags: 0
  254. -- line height: 16
  255. -- part name: 
  256. ----- HyperTalk script -----
  257. on mouseUp
  258.   ask"Search for: " with "Scott Neufeld"
  259.   if it is not empty then
  260.     find it in background field 1
  261.   end if
  262.  
  263. end mouseUp
  264.  
  265.  
  266.  
  267. -- part 25 (button)
  268. -- low flags: 00
  269. -- high flags: 2000
  270. -- rect: left=295 top=295 right=311 bottom=315
  271. -- title width / last selected line: 0
  272. -- icon id / first selected line: 1015 / 1015
  273. -- text alignment: 1
  274. -- font id: 0
  275. -- text size: 12
  276. -- style flags: 0
  277. -- line height: 16
  278. -- part name: 
  279. ----- HyperTalk script -----
  280. on mouseUp
  281.   doMenu "New Card"
  282.  
  283. end mouseUp
  284.  
  285.